{{ $t('UNHCR Ukraine data validator') }}
{{ $t(isBulk ? 'Single' : 'Bulk') }} {{ lang }}
{{ $t(chip) }} mdi-content-copy {{ $t('Process') }} {{ $t('Tax ID validation') }}

{{ $t('Please validate the Tax ID of the focal point before enrollment') }}

{{ $t('Results') }}

mdi-identifier {{ $t('Identifier') }} {{ ipn }} mdi-content-copy {{ ipnResult.gender === 'Male' ? 'mdi-human-male' : 'mdi-human-female' }} {{ $t('Gender') }} {{ $t(ipnResult.gender) }} mdi-content-copy mdi-calendar {{ $t('Date of birth') }} {{ ipnResult.birthday }} mdi-content-copy mdi-counter {{ $t('Age') }} {{ ipnResult.age }} mdi-content-copy {{ ipnResult.result === 'Valid' ? 'mdi-check' : 'mdi-close' }} {{ $t('Status') }} {{ $t(ipnResult.result) }} mdi-content-copy
{{ $t('Credit card validation') }}

{{ $t('Please validate the credit card number before enrollment') }}

{{ $t('Results') }}

mdi-identifier {{ $t('Identifier') }} {{ creditCardResult.id }} mdi-content-copy mdi-credit-card {{ $t('Card type') }} {{ creditCardResult.type }} mdi-content-copy {{ creditCardResult.result === 'Valid' ? 'mdi-check' : 'mdi-close' }} {{ $t('Status') }} {{ $t(creditCardResult.result) }} mdi-content-copy
{{ $t('IBAN validation') }}

{{ $t('Please validate the IBAN of the focal point before enrollment') }}

{{ $t('Results') }}

mdi-identifier {{ $t('Identifier') }} {{ ibanResult.id }} mdi-content-copy mdi-earth {{ $t('Country') }} {{ lang === 'en' ? ibanResult.countryEng : ibanResult.country }} mdi-content-copy mdi-account {{ $t('Type of account') }} {{ ibanResult.personal ? 'Personal account' : 'Not personal account' }} mdi-content-copy mdi-text-box-search-outline {{ $t('Bank code') }} {{ ibanResult.mfo }} mdi-content-copy mdi-bank {{ $t('Bank name') }} {{ lang === 'en' ? translit(ibanResult.bank) : ibanResult.bank }} mdi-content-copy {{ ibanResult.result === 'Valid' ? 'mdi-check' : 'mdi-close' }} {{ $t('Status') }} {{ $t(ibanResult.result) }} mdi-content-copy
{{ $t('Transliteration') }}

{{ $t('Please, provide a string in Ukrainian and use proper transliteration') }}

{{ $t('Results') }}

{{ transliterated }} mdi-content-copy
{{ $t('Copied to the clipboard') }}
{{ new Date().getFullYear() }} - {{ $t('UNHCR, developer contact: Kyrylo Zakharov') }} (zakharok@unhcr.org)